home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
comm
/
tcp
/
rxsocket.lha
/
rxsocket
/
Examples
/
amisearch.doc
next >
Wrap
Text File
|
1999-05-29
|
803b
|
27 lines
Amisearch searches for files on aminet.
To install it just copy amisearch.rexx in rexx: directory.
It can you both in shell or in amirc.
To use it in amirc add 2 alias:
ams=/rx rexx:amisearch.rexx %p
amsb=/rx rexx:amisearch.rexx BREAK %p
ams is used to find.
amsb is used to break amiserach an istance referred by number.
Amisearch template is:
KEY,TIMEOUT/N,MAXLEN/K/N,SAY/S,HOST/K,URL/S,QUIET/S,BREAK/K/N
KEY the key to search for
TIMEOUT timeout in seconds (0 means none, default 0)
SAY say in current amirc channel
HOST the host to use if URL is set
URL usually amisearch report results as /aminet-dir/file.
if you set URL, files are report as an absolute URL
with host as defined in host
QUIET not show connecting info
BREAK break an istance of amisearch, real usefull in amirc use.